home *** CD-ROM | disk | FTP | other *** search
- Path: druid.borland.com!usenet
- From: pete@borland.com (Pete Becker)
- Newsgroups: comp.lang.c++
- Subject: Re: Model/View/Controller (MVC) implementation in C++ ?
- Date: 1 Mar 1996 17:07:48 GMT
- Organization: Borland International
- Distribution: world
- Message-ID: <4h7at4$4hj@druid.borland.com>
- References: <4h1bpm$jht@murex.murex.fr> <4h338p$bgm@news4.digex.net>
- NNTP-Posting-Host: pbecker.borland.com
- Mime-Version: 1.0
- Content-Type: Text/Plain; charset=ISO-8859-1
- X-Newsreader: WinVN 0.99.5
-
- In article <4h338p$bgm@news4.digex.net>, ell@access1.digex.net says...
- >
- >Pascal MEHEUT (pascal@murex.fr) wrote:
- >: I'm looking for a library or tool, either commercial or free to help
- >: implementing the MVC paradigm in C++.
- >:
- >: I'm especially interesting in an "Events" system to implement the
- >: communication between the Model and the Views.
- >
- >For Windows applications check out the MS C++ Foundation Class library.
- >It is in VC++, Symantic C++, and other compilers. Borland 5.0 C++
- >supports using the library.
-
- Note, however, that MFC does not support Model/View/Controller. It supports
- Document/View, which is a very weak design. If you try to do anything at all
- sophisticated with it you run into significant problems in deciding where
- things belong, and if you try to come up with a good design you ultimately end
- up reinventing Model/View/Controller.
-
-